-- card: 2515 from stack: in.6 -- bmap block id: 0 -- flags: 0000 -- background id: 3411 -- name: ----- HyperTalk script ----- on closeCard end closeCard -- part 1 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=15 top=86 right=293 bottom=196 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=80 top=67 right=84 bottom=232 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=80 top=86 right=181 bottom=501 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 4 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=80 top=184 right=201 bottom=232 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 5 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=80 top=203 right=300 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=33 top=89 right=124 bottom=69 -- title width / last selected line: 0 -- icon id / first selected line: 20049 / 20049 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=33 top=206 right=241 bottom=69 -- title width / last selected line: 0 -- icon id / first selected line: 22227 / 22227 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=14 top=7 right=42 bottom=50 -- title width / last selected line: 0 -- icon id / first selected line: 20049 / 20049 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=38 top=26 right=61 bottom=74 -- title width / last selected line: 0 -- icon id / first selected line: 22227 / 22227 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part contents for background part 21 ----- text ----- Dialog Boxes -- part contents for card part 2 ----- text ----- Modal Dialog Box -- part contents for card part 3 ----- text ----- The modal dialog box forces the user to act. It does not allow any user interaction outside the dialog box, therefore the user must dismiss it before doing anything else. This type of dialog is of a fixed position and cannot be dragged around the screen. The modal dialog usually has two buttons associate with it: OK and Cancel. The Ok button dismisses the dialog box and performs the original command. The Cancel button dismisses the dialog box and cancels the original command. -- part contents for card part 4 ----- text ----- Modeless Dialog Box -- part contents for card part 5 ----- text ----- The modeless dialog box allows the user interaction outside the dialog box without dismissing it. This type of dialog is closed by clicking the close box or by chosing Close from under the File menu. The buttons associated with this type of dialog never dismiss the dialog. Clicking the OK button will perform the original command and Cancel will dismiss the original command. ShowDialog XCMD does NOT support modeless dialog boxes. -- part contents for background part 30 ----- text ----- 8